func bytes.trimLeftASCII
3 uses
bytes (current package)
bytes.go#L1000: return trimLeftASCII(trimRightASCII(s, &as), &as)
bytes.go#L1019: return trimLeftASCII(s, &as)
bytes.go#L1035: func trimLeftASCII(s []byte, as *asciiSet) []byte {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)